func runtime.isAsyncSafePoint
2 uses
runtime (current package)
preempt.go#L363: func isAsyncSafePoint(gp *g, pc, sp, lr uintptr) (bool, uintptr) {
signal_unix.go#L343: if ok, newpc := isAsyncSafePoint(gp, ctxt.sigpc(), ctxt.sigsp(), ctxt.siglr()); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)